OpenRoads Designer CONNECT Edition SDK Help

CreateByEndPointDirectionDistance Method

Constructs a line from end point, direction and distance

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  Line CreateByEndPointDirectionDistance( DPoint3d endPoint,double direction,double distance)

Parameters

SettingDescription
  DPoint3d End point
   Tangent direction
   Length of required line

Return Value

Line A line element

See Also